projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cf30a3
)
(Fcall_process): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 21 Jun 1996 15:30:28 +0000
(15:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 21 Jun 1996 15:30:28 +0000
(15:30 +0000)
src/callproc.c
patch
|
blob
|
history
diff --git
a/src/callproc.c
b/src/callproc.c
index 3e79b6064f5af5f84d3f446f70d0e9179bc8dbf7..58d8e8714f70aa3b0b8ddafd7bf513fd46cca52b 100644
(file)
--- a/
src/callproc.c
+++ b/
src/callproc.c
@@
-246,7
+246,7
@@
If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
{
if (CONSP (XCONS (buffer)->cdr))
{
- Lisp_Object
file_for_stderr
;
+ Lisp_Object
stderr_file
;
stderr_file = XCONS (XCONS (buffer)->cdr)->car;
if (NILP (stderr_file) || EQ (Qt, stderr_file))